-
-
Notifications
You must be signed in to change notification settings - Fork 36
Objects #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Objects #32
Conversation
Vielleicht könnte man für Property eine deutsche Alternative finden. Besitz(tum) wäre das passende Wort, wenn man es denn übersetzt. Lässt den Text beim Lesen aber schwerfällig daherkommen. Jemand Ideen?
Hallo @u-n-known, Wäre es möglich, dass du die Pull Requests entsprechend anpasst? |
Check for emptiness (Update task.md)
Check for emptiness (Update solution.md)
Constant objects? (Update task.md)
Constant objects? (Update solution.md)
Sum object properties (Update task.md)
Multiply numeric properties by 2 (Update task.md)
Warum nicht einfach "Eigenschaften", zumindest sprechen wir immer von Objekt-Eigenschaften. |
Gute Frage, zumal Property auch als Eigenschaft übersetzt werden kann. Und wenn ihr sowieso bereits von Objekt-Eigenschaften sprecht, passe ich mich dem an. |
|
||
Write the function `isEmpty(obj)` which returns `true` if the object has no properties, `false` otherwise. | ||
Es ist die Funktion `isEmpty(obj)` zu schreiben, die `true` ausgibt wenn das Objekt keine Proerties hat und `false` andernfalls. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schreibe eine Funktion isEmpty(obj)
, die true
zurück gibt falls das Objekt keine Eigenschaften besitzt, ansonsten false
Please make the requested changes. After it, add a comment "/done". |
Vielleicht könnte man für Property eine deutsche Alternative finden. Besitz(tum) wäre das passende Wort, wenn man es denn übersetzt. Lässt den Text beim Lesen aber schwerfällig daherkommen.
Jemand Ideen?